minios: make time interface POSIX
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 21 Jan 2008 11:20:27 +0000 (11:20 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 21 Jan 2008 11:20:27 +0000 (11:20 +0000)
commitafb13d4890c7b505865b8264247c2049fd0c2227
tree2417cb72f24229f2ee3279ca7546ec3beae2bce3
parent3e49205c7a0d947e5a9c37fabee4df1ae07d3135
minios: make time interface POSIX
timespec uses tv_sec and tv_nsec too. gettimeofday takes a tz
argument.

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
extras/mini-os/arch/ia64/time.c
extras/mini-os/arch/x86/time.c
extras/mini-os/include/sys/time.h [new file with mode: 0644]
extras/mini-os/include/time.h
extras/mini-os/kernel.c
extras/mini-os/sched.c